org.eclipse.vtp.desktop.editors.core.elements.properties
Class WebServiceCallOutputPropertiesPanel

java.lang.Object
  extended by org.eclipse.vtp.desktop.core.dialogs.ContentPage
      extended by org.eclipse.vtp.desktop.model.core.configuration.ComponentPropertiesPanel
          extended by org.eclipse.vtp.desktop.editors.core.elements.PrimitivePropertiesPanel
              extended by org.eclipse.vtp.desktop.editors.core.elements.properties.WebServiceCallOutputPropertiesPanel
All Implemented Interfaces:
WebServiceCallSettingsListener

public class WebServiceCallOutputPropertiesPanel
extends PrimitivePropertiesPanel
implements WebServiceCallSettingsListener

WebServiceCallOutputPropertiesPanel.

Author:
Lonnie Pryor

Nested Class Summary
 class WebServiceCallOutputPropertiesPanel.MappingCellModifier
           
 class WebServiceCallOutputPropertiesPanel.MappingContentProvider
           
 class WebServiceCallOutputPropertiesPanel.MappingLabelProvider
           
 class WebServiceCallOutputPropertiesPanel.ValueCellEditor
           
 class WebServiceCallOutputPropertiesPanel.ValueDialog
           
 
Constructor Summary
WebServiceCallOutputPropertiesPanel(PrimitiveElement wsce, WebServiceCallSettingsStructure settings)
          Creates a new WebServiceCallOutputPropertiesPanel.
 
Method Summary
 void cancel()
           
 void createControls(org.eclipse.swt.widgets.Composite parent)
           
 ObjectDefinition findObjectDefinition(java.util.List posibilities, java.lang.String name)
           
 void save()
           
 void sourceWebServiceChanged()
          sourceWebServiceChanged.
 void targetChanged()
          targetChanged.
 
Methods inherited from class org.eclipse.vtp.desktop.editors.core.elements.PrimitivePropertiesPanel
getElement, setConfigurationContext
 
Methods inherited from class org.eclipse.vtp.desktop.model.core.configuration.ComponentPropertiesPanel
createPage, getContainer, getControl, setControl
 
Methods inherited from class org.eclipse.vtp.desktop.core.dialogs.ContentPage
getName, getRootShell
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServiceCallOutputPropertiesPanel

public WebServiceCallOutputPropertiesPanel(PrimitiveElement wsce,
                                           WebServiceCallSettingsStructure settings)
Creates a new WebServiceCallOutputPropertiesPanel.

Parameters:
wsce -
settings -
Method Detail

createControls

public void createControls(org.eclipse.swt.widgets.Composite parent)
Overrides:
createControls in class PrimitivePropertiesPanel

findObjectDefinition

public ObjectDefinition findObjectDefinition(java.util.List posibilities,
                                             java.lang.String name)

save

public void save()
Overrides:
save in class PrimitivePropertiesPanel

cancel

public void cancel()
Specified by:
cancel in class ComponentPropertiesPanel

sourceWebServiceChanged

public void sourceWebServiceChanged()
Description copied from interface: WebServiceCallSettingsListener
sourceWebServiceChanged.

Specified by:
sourceWebServiceChanged in interface WebServiceCallSettingsListener

targetChanged

public void targetChanged()
Description copied from interface: WebServiceCallSettingsListener
targetChanged.

Specified by:
targetChanged in interface WebServiceCallSettingsListener